FrameLib  0.7
DSP processing with frames of arbitrary timing and length
FrameLib_Queueable< T >::Queue Class Reference

#include <FrameLib_Object.h>

Public Member Functions

 Queue ()
 
 Queue (T *object, Method method)
 
void add (T *object, Method method)
 
T * getFirst () const
 

Constructor & Destructor Documentation

◆ Queue() [1/2]

template<class T>
FrameLib_Queueable< T >::Queue::Queue ( )
inline

◆ Queue() [2/2]

template<class T>
FrameLib_Queueable< T >::Queue::Queue ( T *  object,
Method  method 
)
inline

Member Function Documentation

◆ add()

template<class T>
void FrameLib_Queueable< T >::Queue::add ( T *  object,
Method  method 
)
inline

◆ getFirst()

template<class T>
T* FrameLib_Queueable< T >::Queue::getFirst ( ) const
inline

The documentation for this class was generated from the following file: